public marks

PUBLIC MARKS from "Xavier Lacot" with tags performance & speed

2013

MessagePack: It's like JSON. but fast and small.

by 4 others
MessagePack is an efficient binary serialization format. It is faster and smaller than JSON. Implementations are available in dozens of languages.

2011

this, is boomerang

by 1 other
boomerang is a piece of javascript that you add to your web pages, where it measures the performance of your website from your end user's point of view. It has the ability to send this data back to your server for further analysis. It allowsto measure the round-trip time, bandwith usage and latency.

2010

Static call versus Singleton call in PHP « Hardcoded

One of the first benchmarks of Hiphop PHP. Where it is said to be 200x times faster than PHP as an Apache module for massive Singleton or Static calls.

2009

Page Speed

by 3 others
Google releases Page Speed, a YSlow-like firefox extension. Webmasters and web developers can use Page Speed to evaluate the performance of their web pages and to get suggestions on how to improve them.

2006

Efficient JavaScript - Opera Developer Community

by 3 others
As Web pages become more like applications, the performance of scripts is having a bigger effect.